From bea4d2d63eed34d4380670353395c56974c329f4 Mon Sep 17 00:00:00 2001 From: Elliott Mitchell Date: Fri, 11 Sep 2020 09:43:29 -0700 Subject: [PATCH] debian/control: Fix python dependency Debian's Xen build actually has two distinct Python dependencies. The build process itself needs Python's build machine runtime available to run portions of the build written in Python. The build process also needs the host machine libraries in order to link Xen's Python libraries. Signed-off-by: Elliott Mitchell Acked-by: Hans van Kranenburg --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 030214e7bd..942bf6711c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: rdfind, lsb-release, flex, bison, - python3-dev, + python3-dev:any, + libpython3-dev, dh-python, bcc [i386 amd64], gcc-multilib [i386 amd64], -- 2.30.2